﻿2026-09-09T04:48:13.7619585Z ##[group]Run set -euo pipefail
2026-09-09T04:48:13.7619866Z [36;1mset -euo pipefail[0m
2026-09-09T04:48:13.7620071Z [36;1mPIN=0c95435[0m
2026-09-09T04:48:13.7620273Z [36;1mCACHE="$HOME/spt-n1-oldbroker"[0m
2026-09-09T04:48:13.7620515Z [36;1mBIN="$CACHE/target/debug/spt"[0m
2026-09-09T04:48:13.7620834Z [36;1m# Self-healing cache: rebuild the pin only when it moves. Clone OUTSIDE[0m
2026-09-09T04:48:13.7621226Z [36;1m# the workspace (a clone inside gets adopted by the cargo workspace).[0m
2026-09-09T04:48:13.7621634Z [36;1mif [ ! -x "$BIN" ] || [ "$(cat "$CACHE/.builtpin" 2>/dev/null || true)" != "$PIN" ]; then[0m
2026-09-09T04:48:13.7621968Z [36;1m  rm -rf "$CACHE"[0m
2026-09-09T04:48:13.7622192Z [36;1m  git clone "$GITHUB_WORKSPACE" "$CACHE"[0m
2026-09-09T04:48:13.7622452Z [36;1m  git -C "$CACHE" checkout "$PIN"[0m
2026-09-09T04:48:13.7622776Z [36;1m  # CARGO_INCREMENTAL=0 — THE one-shot build in this workflow (releases#103:[0m
2026-09-09T04:48:13.7623324Z [36;1m  # -29.8% wall, -5.65 GB of target, n=3, slowest-OFF beat fastest-ON). The[0m
2026-09-09T04:48:13.7623740Z [36;1m  # finding is scoped to COLD one-shot builds and this is the only CI site that[0m
2026-09-09T04:48:13.7624150Z [36;1m  # is one: the cache is `rm -rf`'d and rebuilt from scratch when the pin moves,[0m
2026-09-09T04:48:13.7624554Z [36;1m  # and between pin moves it is consumed as a BINARY and never recompiled — so[0m
2026-09-09T04:48:13.7624961Z [36;1m  # the incremental state it would write is never read by anything, ever. Every[0m
2026-09-09T04:48:13.7625372Z [36;1m  # other cargo invocation in this workflow builds into the runner's PERSISTENT[0m
2026-09-09T04:48:13.7625791Z [36;1m  # `_work` target, where incremental is the mechanism that makes the next run[0m
2026-09-09T04:48:13.7626139Z [36;1m  # cheap; those are deliberately left alone.[0m
2026-09-09T04:48:13.7626478Z [36;1m  CARGO_INCREMENTAL=0 bash .github/bench/wrap.sh n1-oldbroker-build -- \[0m
2026-09-09T04:48:13.7626883Z [36;1m    cargo build --manifest-path "$CACHE/Cargo.toml" -p spt --bin spt[0m
2026-09-09T04:48:13.7627203Z [36;1m  echo "$PIN" > "$CACHE/.builtpin"[0m
2026-09-09T04:48:13.7627431Z [36;1mfi[0m
2026-09-09T04:48:13.7627684Z [36;1mSPT_N1_OLD_BROKER="$BIN" bash .github/bench/wrap.sh n1-pairing -- \[0m
2026-09-09T04:48:13.7628056Z [36;1m  cargo test -p spt --test n1_pairing -- --nocapture[0m
2026-09-09T04:48:13.7639508Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
2026-09-09T04:48:13.7639779Z env:
2026-09-09T04:48:13.7639969Z   RUSTFLAGS: -C link-arg=-fuse-ld=mold
2026-09-09T04:48:13.7640321Z   SPT_CI_TEST_TMP: /home/reavus/actions-runner/_work/_temp/spt-test-tmp-34310511612-1-0gI2Lb
2026-09-09T04:48:13.7640763Z   TEMP: /home/reavus/actions-runner/_work/_temp/spt-test-tmp-34310511612-1-0gI2Lb
2026-09-09T04:48:13.7641159Z   TMP: /home/reavus/actions-runner/_work/_temp/spt-test-tmp-34310511612-1-0gI2Lb
2026-09-09T04:48:13.7641567Z   TMPDIR: /home/reavus/actions-runner/_work/_temp/spt-test-tmp-34310511612-1-0gI2Lb
2026-09-09T04:48:13.7641887Z ##[endgroup]
2026-09-09T04:48:14.0539385Z    Compiling proc-macro2 v1.0.106
2026-09-09T04:48:14.0539894Z    Compiling quote v1.0.45
2026-09-09T04:48:14.0540228Z    Compiling unicode-ident v1.0.24
2026-09-09T04:48:14.0540508Z    Compiling libc v0.2.186
2026-09-09T04:48:14.0540809Z    Compiling cfg-if v1.0.4
2026-09-09T04:48:14.0541611Z    Compiling serde_core v1.0.228
2026-09-09T04:48:14.0566388Z    Compiling serde v1.0.228
2026-09-09T04:48:14.0596261Z    Compiling typenum v1.20.1
2026-09-09T04:48:14.0629081Z    Compiling log v0.4.32
2026-09-09T04:48:14.0680993Z    Compiling version_check v0.9.5
2026-09-09T04:48:14.0718350Z    Compiling pin-project-lite v0.2.17
2026-09-09T04:48:14.0821294Z    Compiling portable-atomic v1.13.1
2026-09-09T04:48:14.0841908Z    Compiling memchr v2.8.1
2026-09-09T04:48:14.0842581Z    Compiling critical-section v1.2.0
2026-09-09T04:48:14.0965743Z    Compiling subtle v2.6.1
2026-09-09T04:48:14.1251937Z    Compiling shlex v2.0.1
2026-09-09T04:48:14.1299111Z    Compiling find-msvc-tools v0.1.9
2026-09-09T04:48:14.1643191Z    Compiling futures-core v0.3.32
2026-09-09T04:48:14.2041303Z    Compiling bytes v1.11.1
2026-09-09T04:48:14.2726062Z    Compiling smallvec v1.15.1
2026-09-09T04:48:14.3220339Z    Compiling equivalent v1.0.2
2026-09-09T04:48:14.3265055Z    Compiling itoa v1.0.18
2026-09-09T04:48:14.3331386Z    Compiling semver v1.0.28
2026-09-09T04:48:14.3380748Z    Compiling stable_deref_trait v1.2.1
2026-09-09T04:48:14.3871557Z    Compiling futures-sink v0.3.32
2026-09-09T04:48:14.3941128Z    Compiling futures-io v0.3.32
2026-09-09T04:48:14.3990972Z    Compiling generic-array v0.14.7
2026-09-09T04:48:14.4061300Z    Compiling slab v0.4.12
2026-09-09T04:48:14.4161130Z    Compiling rand_core v0.10.1
2026-09-09T04:48:14.4610603Z    Compiling futures-channel v0.3.32
2026-09-09T04:48:14.5271235Z    Compiling futures-task v0.3.32
2026-09-09T04:48:14.5414210Z    Compiling bitflags v2.12.1
2026-09-09T04:48:14.5465775Z    Compiling rustversion v1.0.22
2026-09-09T04:48:14.5680977Z    Compiling hashbrown v0.17.1
2026-09-09T04:48:14.5900660Z    Compiling cpufeatures v0.2.17
2026-09-09T04:48:14.6180908Z    Compiling rustc_version v0.4.1
2026-09-09T04:48:14.6250998Z    Compiling getrandom v0.4.2
2026-09-09T04:48:14.6491056Z    Compiling autocfg v1.5.1
2026-09-09T04:48:14.6872473Z    Compiling fnv v1.0.7
2026-09-09T04:48:14.7110999Z    Compiling scopeguard v1.2.0
2026-09-09T04:48:14.7570886Z    Compiling cfg_aliases v0.2.1
2026-09-09T04:48:14.7651007Z    Compiling strsim v0.11.1
2026-09-09T04:48:14.8013120Z    Compiling lock_api v0.4.14
2026-09-09T04:48:14.8400380Z    Compiling const-oid v0.9.6
2026-09-09T04:48:14.8491212Z    Compiling writeable v0.6.3
2026-09-09T04:48:14.8531792Z    Compiling libm v0.2.16
2026-09-09T04:48:14.9390926Z    Compiling litemap v0.8.2
2026-09-09T04:48:15.0601604Z    Compiling utf8_iter v1.0.4
2026-09-09T04:48:15.0831477Z    Compiling num-traits v0.2.19
2026-09-09T04:48:15.1076049Z    Compiling ident_case v1.0.1
2026-09-09T04:48:15.1320857Z    Compiling icu_properties_data v2.2.0
2026-09-09T04:48:15.1471102Z    Compiling dunce v1.0.5
2026-09-09T04:48:15.1820647Z    Compiling icu_normalizer_data v2.2.0
2026-09-09T04:48:15.1897343Z    Compiling fs_extra v1.3.0
2026-09-09T04:48:15.2158816Z    Compiling percent-encoding v2.3.2
2026-09-09T04:48:15.2480962Z    Compiling syn v2.0.117
2026-09-09T04:48:15.2925124Z    Compiling http v1.4.1
2026-09-09T04:48:15.3084913Z    Compiling unicode-segmentation v1.13.3
2026-09-09T04:48:15.3168164Z    Compiling zerocopy v0.8.50
2026-09-09T04:48:15.3413087Z    Compiling thiserror v2.0.18
2026-09-09T04:48:15.4219456Z    Compiling indexmap v2.14.0
2026-09-09T04:48:15.4267805Z    Compiling hybrid-array v0.4.12
2026-09-09T04:48:15.4491330Z    Compiling aws-lc-rs v1.17.0
2026-09-09T04:48:15.5085129Z    Compiling cpufeatures v0.3.0
2026-09-09T04:48:15.5190706Z    Compiling form_urlencoded v1.2.2
2026-09-09T04:48:15.5681293Z    Compiling spin v0.9.8
2026-09-09T04:48:15.5719755Z    Compiling untrusted v0.9.0
2026-09-09T04:48:15.6792652Z    Compiling rustls v0.23.40
2026-09-09T04:48:15.6910453Z    Compiling heck v0.5.0
2026-09-09T04:48:15.6950749Z    Compiling anyhow v1.0.102
2026-09-09T04:48:15.7191378Z    Compiling unicode-xid v0.2.6
2026-09-09T04:48:15.7900850Z    Compiling convert_case v0.10.0
2026-09-09T04:48:15.8000730Z    Compiling const-oid v0.10.2
2026-09-09T04:48:15.8240730Z    Compiling jobserver v0.1.34
2026-09-09T04:48:15.8700691Z    Compiling atomic-waker v1.1.2
2026-09-09T04:48:15.8859441Z    Compiling paste v1.0.15
2026-09-09T04:48:15.9391145Z    Compiling httparse v1.10.1
2026-09-09T04:48:15.9773162Z    Compiling parking_lot_core v0.9.12
2026-09-09T04:48:16.0060727Z    Compiling fastrand v2.4.1
2026-09-09T04:48:16.0719537Z    Compiling cc v1.2.63
2026-09-09T04:48:16.0751988Z    Compiling crypto-common v0.1.7
2026-09-09T04:48:16.0980601Z    Compiling block-buffer v0.12.0
2026-09-09T04:48:16.1063351Z    Compiling crypto-common v0.2.2
2026-09-09T04:48:16.1239943Z    Compiling block-buffer v0.10.4
2026-09-09T04:48:16.1920676Z    Compiling inout v0.2.2
2026-09-09T04:48:16.2460763Z    Compiling curve25519-dalek v4.1.3
2026-09-09T04:48:16.2561120Z    Compiling digest v0.10.7
2026-09-09T04:48:16.2672608Z    Compiling ahash v0.8.12
2026-09-09T04:48:16.2790940Z    Compiling powerfmt v0.2.0
2026-09-09T04:48:16.2994269Z    Compiling http-body v1.0.1
2026-09-09T04:48:16.3090809Z    Compiling either v1.16.0
2026-09-09T04:48:16.3160595Z    Compiling base64ct v1.8.3
2026-09-09T04:48:16.4991393Z    Compiling mio v1.2.1
2026-09-09T04:48:16.5051352Z    Compiling socket2 v0.6.4
2026-09-09T04:48:16.5141370Z    Compiling getrandom v0.2.17
2026-09-09T04:48:16.5731679Z    Compiling sha2 v0.10.9
2026-09-09T04:48:16.7120627Z    Compiling rand_core v0.6.4
2026-09-09T04:48:16.7331116Z    Compiling uuid v1.23.2
2026-09-09T04:48:16.7609887Z    Compiling pem-rfc7468 v1.0.0
2026-09-09T04:48:16.7688017Z    Compiling deranged v0.5.8
2026-09-09T04:48:16.9170446Z    Compiling cipher v0.5.2
2026-09-09T04:48:16.9640513Z    Compiling signature v2.2.0
2026-09-09T04:48:17.0940452Z    Compiling time-core v0.1.8
2026-09-09T04:48:17.1471260Z    Compiling chacha20 v0.10.0
2026-09-09T04:48:17.1540487Z    Compiling tinyvec_macros v0.1.1
2026-09-09T04:48:17.1700772Z    Compiling try-lock v0.2.5
2026-09-09T04:48:17.2053383Z    Compiling base64 v0.22.1
2026-09-09T04:48:17.2254130Z    Compiling tower-service v0.3.3
2026-09-09T04:48:17.2328118Z    Compiling vcpkg v0.2.15
2026-09-09T04:48:17.2485241Z    Compiling num-conv v0.2.2
2026-09-09T04:48:17.2581587Z    Compiling pkg-config v0.3.33
2026-09-09T04:48:17.2792242Z    Compiling data-encoding v2.11.0
2026-09-09T04:48:17.2958885Z    Compiling cmake v0.1.58
2026-09-09T04:48:17.3084908Z    Compiling zmij v1.0.21
2026-09-09T04:48:17.3260948Z    Compiling num-integer v0.1.47
2026-09-09T04:48:17.4133337Z    Compiling want v0.3.1
2026-09-09T04:48:17.4362700Z    Compiling rand v0.10.1
2026-09-09T04:48:17.4843900Z    Compiling tinyvec v1.11.0
2026-09-09T04:48:17.4982201Z    Compiling parking_lot v0.12.5
2026-09-09T04:48:17.5602369Z    Compiling inout v0.1.4
2026-09-09T04:48:17.5671334Z    Compiling spt-procident v0.68.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-procident)
2026-09-09T04:48:17.6035660Z    Compiling vergen-lib v9.1.0
2026-09-09T04:48:17.6521071Z    Compiling n0-future v0.3.2
2026-09-09T04:48:17.6903627Z    Compiling serde_json v1.0.150
2026-09-09T04:48:17.7560977Z    Compiling num-bigint-dig v0.8.6
2026-09-09T04:48:17.7627089Z    Compiling httpdate v1.0.3
2026-09-09T04:48:17.7908731Z    Compiling parking v2.2.1
2026-09-09T04:48:17.8460094Z    Compiling winnow v1.0.3
2026-09-09T04:48:17.9003900Z    Compiling diatomic-waker v0.2.3
2026-09-09T04:48:17.9147171Z    Compiling spin v0.10.0
2026-09-09T04:48:17.9216460Z    Compiling cordyceps v0.3.4
2026-09-09T04:48:17.9277745Z    Compiling crossbeam-utils v0.8.21
2026-09-09T04:48:17.9919131Z    Compiling futures-lite v2.6.1
2026-09-09T04:48:18.0331812Z    Compiling spt-poolguard v0.68.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-poolguard)
2026-09-09T04:48:18.0360931Z    Compiling cipher v0.4.4
2026-09-09T04:48:18.0521540Z    Compiling num-iter v0.1.46
2026-09-09T04:48:18.0631858Z    Compiling netlink-packet-core v0.8.1
2026-09-09T04:48:18.0993124Z    Compiling ed25519 v2.2.3
2026-09-09T04:48:18.1345827Z    Compiling aws-lc-sys v0.41.0
2026-09-09T04:48:18.1611225Z    Compiling ring v0.17.14
2026-09-09T04:48:18.1771345Z    Compiling libsqlite3-sys v0.30.1
2026-09-09T04:48:18.2170784Z    Compiling futures-buffered v0.2.13
2026-09-09T04:48:18.2704303Z    Compiling digest v0.11.3
2026-09-09T04:48:18.2960497Z    Compiling universal-hash v0.5.1
2026-09-09T04:48:18.3231439Z    Compiling lazy_static v1.5.0
2026-09-09T04:48:18.3850676Z    Compiling vergen v9.1.0
2026-09-09T04:48:18.4118304Z    Compiling vergen-lib v0.1.6
2026-09-09T04:48:18.4283766Z    Compiling heapless v0.7.17
2026-09-09T04:48:18.4391314Z    Compiling curve25519-dalek v5.0.0-pre.6
2026-09-09T04:48:18.4761608Z    Compiling noq-udp v0.10.0
2026-09-09T04:48:18.5152812Z    Compiling aho-corasick v1.1.4
2026-09-09T04:48:18.5292464Z    Compiling sync_wrapper v1.0.2
2026-09-09T04:48:18.5419262Z    Compiling opaque-debug v0.3.1
2026-09-09T04:48:18.5946312Z    Compiling toml_datetime v1.1.1+spec-1.1.0
2026-09-09T04:48:18.6126424Z    Compiling byteorder v1.5.0
2026-09-09T04:48:18.6411464Z    Compiling regex-syntax v0.8.10
2026-09-09T04:48:18.6529782Z    Compiling allocator-api2 v0.2.21
2026-09-09T04:48:18.6862820Z    Compiling spt-store v0.68.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-store)
2026-09-09T04:48:18.7480665Z    Compiling polyval v0.6.2
2026-09-09T04:48:18.8090030Z    Compiling hash32 v0.2.1
2026-09-09T04:48:18.9089596Z    Compiling vergen-gitcl v1.0.8
2026-09-09T04:48:18.9601499Z    Compiling fallible-streaming-iterator v0.1.9
2026-09-09T04:48:18.9749807Z    Compiling tower-layer v0.3.3
2026-09-09T04:48:19.0150288Z    Compiling ryu v1.0.23
2026-09-09T04:48:19.0835119Z    Compiling signature v3.0.0
2026-09-09T04:48:19.0912183Z    Compiling fallible-iterator v0.3.0
2026-09-09T04:48:19.0966299Z    Compiling num_threads v0.1.7
2026-09-09T04:48:19.1622653Z    Compiling ghash v0.5.1
2026-09-09T04:48:19.2000995Z    Compiling time v0.3.47
2026-09-09T04:48:19.2130749Z    Compiling sha2 v0.11.0-rc.5
2026-09-09T04:48:19.2432227Z    Compiling ctr v0.9.2
2026-09-09T04:48:19.2772733Z    Compiling aes v0.8.4
2026-09-09T04:48:19.4060875Z    Compiling fs2 v0.4.3
2026-09-09T04:48:19.4810697Z    Compiling toml_parser v1.1.2+spec-1.1.0
2026-09-09T04:48:19.5389814Z    Compiling http-body-util v0.1.3
2026-09-09T04:48:19.6020814Z    Compiling aead v0.5.2
2026-09-09T04:48:19.7032672Z    Compiling openssl-probe v0.2.1
2026-09-09T04:48:19.7949062Z    Compiling rustix v1.1.4
2026-09-09T04:48:19.8275592Z    Compiling arrayvec v0.7.6
2026-09-09T04:48:19.8876797Z    Compiling utf8parse v0.2.2
2026-09-09T04:48:19.9639402Z    Compiling aes-gcm v0.10.3
2026-09-09T04:48:19.9716043Z    Compiling crossbeam-epoch v0.9.18
2026-09-09T04:48:20.0140063Z    Compiling crossbeam-channel v0.5.15
2026-09-09T04:48:20.0275301Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-09-09T04:48:20.1303202Z    Compiling netlink-packet-route v0.29.0
2026-09-09T04:48:20.2076370Z    Compiling blake3 v1.8.5
2026-09-09T04:48:20.3126636Z    Compiling synstructure v0.13.2
2026-09-09T04:48:20.3736352Z    Compiling darling_core v0.20.11
2026-09-09T04:48:20.4811113Z    Compiling memoffset v0.6.5
2026-09-09T04:48:20.5524533Z    Compiling ppv-lite86 v0.2.21
2026-09-09T04:48:20.6283123Z    Compiling acto v0.8.2
2026-09-09T04:48:20.6741619Z    Compiling noq v0.18.0
2026-09-09T04:48:20.6814585Z    Compiling netwatch v0.16.0
2026-09-09T04:48:20.8034010Z    Compiling identity-hash v0.1.0
2026-09-09T04:48:20.8680790Z    Compiling proc-macro-crate v3.5.0
2026-09-09T04:48:20.8861239Z    Compiling rustc-hash v2.1.2
2026-09-09T04:48:20.8961035Z    Compiling sorted-index-buffer v0.2.1
2026-09-09T04:48:20.9028473Z    Compiling foldhash v0.2.0
2026-09-09T04:48:20.9785373Z    Compiling rand_chacha v0.3.1
2026-09-09T04:48:20.9974449Z    Compiling linux-raw-sys v0.12.1
2026-09-09T04:48:21.0090178Z    Compiling lru-slab v0.1.2
2026-09-09T04:48:21.0235298Z    Compiling tagptr v0.2.0
2026-09-09T04:48:21.0646140Z    Compiling ref-cast v1.0.25
2026-09-09T04:48:21.1187083Z    Compiling regex-automata v0.4.14
2026-09-09T04:48:21.1511116Z    Compiling thiserror v1.0.69
2026-09-09T04:48:21.3101040Z    Compiling rand v0.8.7
2026-09-09T04:48:21.3561477Z    Compiling mac-addr v0.3.0
2026-09-09T04:48:21.3948860Z    Compiling xml-rs v0.8.28
2026-09-09T04:48:21.4657086Z    Compiling hashbrown v0.16.1
2026-09-09T04:48:21.5950839Z    Compiling serde_derive_internals v0.29.1
2026-09-09T04:48:21.6171796Z    Compiling netlink-packet-route v0.30.0
2026-09-09T04:48:22.0760835Z    Compiling ioctl-rs v0.1.6
2026-09-09T04:48:22.1110687Z    Compiling errno v0.3.14
2026-09-09T04:48:22.1710965Z    Compiling xmltree v0.10.3
2026-09-09T04:48:22.1858810Z    Compiling termios v0.2.2
2026-09-09T04:48:22.2622142Z    Compiling serial-core v0.4.0
2026-09-09T04:48:22.2749788Z    Compiling serde_derive v1.0.228
2026-09-09T04:48:22.3307434Z    Compiling zeroize_derive v1.4.3
2026-09-09T04:48:22.3653879Z    Compiling tokio-macros v2.7.0
2026-09-09T04:48:22.4366284Z    Compiling futures-macro v0.3.32
2026-09-09T04:48:22.5897983Z    Compiling zerofrom-derive v0.1.7
2026-09-09T04:48:22.6424284Z    Compiling yoke-derive v0.8.2
2026-09-09T04:48:22.8303263Z    Compiling zeroize v1.8.2
2026-09-09T04:48:22.8645235Z    Compiling zerovec-derive v0.11.3
2026-09-09T04:48:22.8722522Z    Compiling displaydoc v0.2.6
2026-09-09T04:48:22.9838223Z    Compiling tracing-attributes v0.1.31
2026-09-09T04:48:23.0137959Z    Compiling rustls-pki-types v1.14.1
2026-09-09T04:48:23.0560924Z    Compiling tokio v1.52.3
2026-09-09T04:48:23.2743458Z    Compiling futures-util v0.3.32
2026-09-09T04:48:23.3950244Z    Compiling curve25519-dalek-derive v0.1.1
2026-09-09T04:48:23.5998692Z    Compiling thiserror-impl v2.0.18
2026-09-09T04:48:23.9066386Z    Compiling zerofrom v0.1.8
2026-09-09T04:48:23.9223847Z    Compiling darling_macro v0.20.11
2026-09-09T04:48:24.0271230Z    Compiling derive_more-impl v2.1.1
2026-09-09T04:48:24.0478056Z    Compiling yoke v0.8.3
2026-09-09T04:48:24.2041004Z    Compiling darling v0.20.11
2026-09-09T04:48:24.2639162Z    Compiling zerotrie v0.2.4
2026-09-09T04:48:24.2791514Z    Compiling derive_builder_core v0.20.2
2026-09-09T04:48:24.3791137Z    Compiling zerovec v0.11.6
2026-09-09T04:48:24.4620964Z    Compiling der v0.7.10
2026-09-09T04:48:24.6379289Z    Compiling n0-error-macros v0.1.3
2026-09-09T04:48:24.7640904Z    Compiling spez v0.1.2
2026-09-09T04:48:25.0800982Z    Compiling tinystr v0.8.3
2026-09-09T04:48:25.0802182Z    Compiling potential_utf v0.1.5
2026-09-09T04:48:25.1920846Z    Compiling icu_collections v2.2.0
2026-09-09T04:48:25.2248484Z    Compiling icu_locale_core v2.2.0
2026-09-09T04:48:25.4601501Z    Compiling derive_builder_macro v0.20.2
2026-09-09T04:48:25.6519237Z    Compiling n0-error v0.1.3
2026-09-09T04:48:25.7226557Z    Compiling derive_builder v0.20.2
2026-09-09T04:48:25.8097476Z    Compiling spki v0.7.3
2026-09-09T04:48:25.9236806Z    Compiling der v0.8.0-rc.10
2026-09-09T04:48:25.9822826Z    Compiling pin-project-internal v1.1.13
2026-09-09T04:48:25.9982779Z    Compiling pkcs8 v0.10.2
2026-09-09T04:48:26.2976456Z    Compiling pkcs1 v0.7.5
2026-09-09T04:48:26.3717222Z    Compiling icu_provider v2.2.0
2026-09-09T04:48:26.6751355Z    Compiling futures-executor v0.3.32
2026-09-09T04:48:26.7780837Z    Compiling icu_normalizer v2.2.0
2026-09-09T04:48:26.8140819Z    Compiling icu_properties v2.2.0
2026-09-09T04:48:26.8457630Z    Compiling ed25519-dalek v2.2.0
2026-09-09T04:48:27.0263378Z    Compiling futures v0.3.32
2026-09-09T04:48:27.1350536Z    Compiling ipnet v2.12.0
2026-09-09T04:48:27.2220743Z    Compiling pin-project v1.1.13
2026-09-09T04:48:27.2304015Z    Compiling spt-proto v0.68.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-proto)
2026-09-09T04:48:27.2870762Z    Compiling spki v0.8.0-rc.4
2026-09-09T04:48:27.4797165Z    Compiling pkcs8 v0.11.0-rc.10
2026-09-09T04:48:27.6460881Z    Compiling prefix-trie v0.8.4
2026-09-09T04:48:27.6550694Z    Compiling ed25519 v3.0.0-rc.4
2026-09-09T04:48:27.8410664Z    Compiling once_cell v1.21.4
2026-09-09T04:48:27.8680885Z    Compiling cobs v0.3.0
2026-09-09T04:48:27.9297491Z    Compiling regex v1.12.3
2026-09-09T04:48:27.9484004Z    Compiling postcard-derive v0.2.2
2026-09-09T04:48:28.0447847Z    Compiling tracing-core v0.1.36
2026-09-09T04:48:28.0888245Z    Compiling data-encoding-macro-internal v0.1.18
2026-09-09T04:48:28.2851225Z    Compiling idna_adapter v1.2.2
2026-09-09T04:48:28.3850565Z    Compiling hashbrown v0.14.5
2026-09-09T04:48:28.3994141Z    Compiling derive_more v2.1.1
2026-09-09T04:48:28.4571420Z    Compiling idna v1.1.0
2026-09-09T04:48:28.4730922Z    Compiling rsa v0.9.10
2026-09-09T04:48:28.4949680Z    Compiling data-encoding-macro v0.1.20
2026-09-09T04:48:28.5478863Z    Compiling tracing v0.1.44
2026-09-09T04:48:28.5840538Z    Compiling postcard v1.1.3
2026-09-09T04:48:28.6393758Z    Compiling rustls-native-certs v0.8.4
2026-09-09T04:48:28.7240948Z    Compiling iroh-metrics-derive v0.4.1
2026-09-09T04:48:28.8183636Z    Compiling tokio-util v0.7.18
2026-09-09T04:48:28.8681233Z    Compiling netlink-sys v0.8.8
2026-09-09T04:48:28.9571419Z    Compiling url v2.5.8
2026-09-09T04:48:29.0572293Z    Compiling tower v0.5.3
2026-09-09T04:48:29.1230799Z    Compiling hashlink v0.9.1
2026-09-09T04:48:29.1561524Z    Compiling ed25519-dalek v3.0.0-pre.6
2026-09-09T04:48:29.1929997Z    Compiling num_enum_derive v0.7.6
2026-09-09T04:48:29.2080959Z    Compiling async-trait v0.1.89
2026-09-09T04:48:29.2577484Z    Compiling enum-assoc v1.3.0
2026-09-09T04:48:29.4640963Z    Compiling strum_macros v0.28.0
2026-09-09T04:48:29.4954769Z    Compiling rusqlite v0.32.1
2026-09-09T04:48:29.5063151Z    Compiling iroh-relay v0.98.0
2026-09-09T04:48:29.5343650Z    Compiling iroh-metrics v0.38.3
2026-09-09T04:48:29.6280665Z    Compiling netdev v0.42.0
2026-09-09T04:48:29.6710947Z    Compiling netlink-proto v0.12.0
2026-09-09T04:48:29.7520413Z    Compiling hickory-proto v0.26.0-beta.4
2026-09-09T04:48:29.7813338Z    Compiling h2 v0.4.14
2026-09-09T04:48:29.9474941Z    Compiling tokio-stream v0.1.18
2026-09-09T04:48:30.0474033Z    Compiling n0-watcher v0.6.1
2026-09-09T04:48:30.0570965Z    Compiling tower-http v0.6.11
2026-09-09T04:48:30.1712727Z    Compiling num_enum v0.7.6
2026-09-09T04:48:30.2330818Z    Compiling attohttpc v0.30.1
2026-09-09T04:48:30.2566891Z    Compiling iroh-base v0.98.0
2026-09-09T04:48:30.3157434Z    Compiling moka v0.12.15
2026-09-09T04:48:30.3650744Z    Compiling serde_spanned v0.6.9
2026-09-09T04:48:30.4900647Z    Compiling toml_datetime v0.6.11
2026-09-09T04:48:30.5490819Z    Compiling thiserror-impl v1.0.69
2026-09-09T04:48:30.5560563Z    Compiling ref-cast-impl v1.0.25
2026-09-09T04:48:30.6220860Z    Compiling simple-dns v0.9.3
2026-09-09T04:48:30.7345911Z    Compiling simdutf8 v0.1.5
2026-09-09T04:48:31.0321006Z    Compiling resolv-conf v0.7.6
2026-09-09T04:48:31.0420604Z    Compiling signal-hook v0.3.18
2026-09-09T04:48:31.0667352Z    Compiling arrayref v0.3.9
2026-09-09T04:48:31.1401195Z    Compiling sha1_smol v1.0.1
2026-09-09T04:48:31.1880763Z    Compiling smol_str v0.1.24
2026-09-09T04:48:31.2460688Z    Compiling toml_write v0.1.2
2026-09-09T04:48:31.3692002Z    Compiling winnow v0.7.15
2026-09-09T04:48:31.4231076Z    Compiling constant_time_eq v0.4.2
2026-09-09T04:48:31.5478839Z    Compiling webpki-roots v1.0.7
2026-09-09T04:48:31.6171176Z    Compiling schemars_derive v1.2.1
2026-09-09T04:48:31.6469372Z    Compiling serial-unix v0.4.0
2026-09-09T04:48:31.6801182Z    Compiling signal-hook-registry v1.4.8
2026-09-09T04:48:31.8591379Z    Compiling lru v0.16.4
2026-09-09T04:48:32.0200816Z    Compiling darling_core v0.23.0
2026-09-09T04:48:32.0405721Z    Compiling serde_bytes v0.11.19
2026-09-09T04:48:32.0517946Z    Compiling hmac v0.12.1
2026-09-09T04:48:32.0654342Z    Compiling seize v0.5.1
2026-09-09T04:48:32.1010820Z    Compiling strum v0.28.0
2026-09-09T04:48:32.1455796Z    Compiling iroh v0.98.2
2026-09-09T04:48:32.1733433Z    Compiling cmov v0.5.4
2026-09-09T04:48:32.2090584Z    Compiling iroh-dns v0.98.0
2026-09-09T04:48:32.2718672Z    Compiling dyn-clone v1.0.20
2026-09-09T04:48:32.3609893Z    Compiling pin-utils v0.1.0
2026-09-09T04:48:32.3736260Z    Compiling bitflags v1.3.2
2026-09-09T04:48:32.3932283Z    Compiling rustix v0.38.44
2026-09-09T04:48:32.4179646Z    Compiling ctutils v0.4.2
2026-09-09T04:48:32.4276156Z    Compiling nix v0.25.1
2026-09-09T04:48:32.4486174Z    Compiling papaya v0.2.4
2026-09-09T04:48:32.4780453Z    Compiling hkdf v0.12.4
2026-09-09T04:48:32.5197716Z    Compiling swarm-discovery v0.6.0-alpha.2 (https://github.com/SaberMage/swarm-discovery?rev=89a2200d54a4e3cab2f46cc75ebff49a1fb07614#89a2200d)
2026-09-09T04:48:32.6271021Z    Compiling filedescriptor v0.8.3
2026-09-09T04:48:32.7410488Z    Compiling serial v0.4.0
2026-09-09T04:48:32.8181550Z    Compiling backon v1.6.0
2026-09-09T04:48:32.8280871Z    Compiling anstyle-parse v1.0.0
2026-09-09T04:48:32.8667895Z    Compiling vte_generate_state_changes v0.1.2
2026-09-09T04:48:32.9881143Z    Compiling shell-words v1.1.1
2026-09-09T04:48:33.0065799Z    Compiling downcast-rs v1.2.1
2026-09-09T04:48:33.0670955Z    Compiling colorchoice v1.0.5
2026-09-09T04:48:33.0893154Z    Compiling anstyle-query v1.1.5
2026-09-09T04:48:33.1136786Z    Compiling is_terminal_polyfill v1.70.2
2026-09-09T04:48:33.1231024Z    Compiling unicode-width v0.2.0
2026-09-09T04:48:33.1442617Z    Compiling linux-raw-sys v0.4.15
2026-09-09T04:48:33.1641183Z    Compiling instability v0.3.12
2026-09-09T04:48:33.1771363Z    Compiling foldhash v0.1.5
2026-09-09T04:48:33.1850522Z    Compiling anstyle v1.0.14
2026-09-09T04:48:33.2212993Z    Compiling vte v0.13.1
2026-09-09T04:48:33.3271048Z    Compiling hashbrown v0.15.5
2026-09-09T04:48:33.3370820Z    Compiling signal-hook-mio v0.2.5
2026-09-09T04:48:33.4087470Z    Compiling anstream v1.0.0
2026-09-09T04:48:33.4420686Z    Compiling spake2 v0.4.0
2026-09-09T04:48:33.4543929Z    Compiling terminal_size v0.4.4
2026-09-09T04:48:33.4884943Z    Compiling schemars v1.2.1
2026-09-09T04:48:33.6031605Z    Compiling strum_macros v0.26.4
2026-09-09T04:48:33.7853348Z    Compiling toml_edit v0.22.27
2026-09-09T04:48:33.8441497Z    Compiling itertools v0.13.0
2026-09-09T04:48:33.9573228Z    Compiling sha1 v0.10.6
2026-09-09T04:48:34.1068444Z    Compiling castaway v0.2.4
2026-09-09T04:48:34.1930486Z    Compiling clap_lex v1.1.0
2026-09-09T04:48:34.1995133Z    Compiling indoc v2.0.7
2026-09-09T04:48:34.2230839Z    Compiling static_assertions v1.1.0
2026-09-09T04:48:34.2830990Z    Compiling doctest-file v1.1.1
2026-09-09T04:48:34.4321979Z    Compiling unicode-width v0.1.14
2026-09-09T04:48:34.6241054Z    Compiling crossterm v0.28.1
2026-09-09T04:48:34.6915425Z    Compiling interprocess v2.4.2
2026-09-09T04:48:34.7106507Z    Compiling clap_builder v4.6.0
2026-09-09T04:48:34.7242257Z    Compiling compact_str v0.8.2
2026-09-09T04:48:35.0160913Z    Compiling lru v0.12.5
2026-09-09T04:48:35.1639404Z    Compiling clap_derive v4.6.1
2026-09-09T04:48:35.5617195Z    Compiling darling_macro v0.23.0
2026-09-09T04:48:35.7264261Z    Compiling hyper v1.10.1
2026-09-09T04:48:35.7592038Z    Compiling unicode-truncate v1.1.0
2026-09-09T04:48:35.7959684Z    Compiling strum v0.26.3
2026-09-09T04:48:35.8260577Z    Compiling cassowary v0.3.0
2026-09-09T04:48:35.8745063Z    Compiling darling v0.23.0
2026-09-09T04:48:35.8883030Z    Compiling iana-time-zone v0.1.65
2026-09-09T04:48:35.9108650Z    Compiling nucleo-matcher v0.3.1
2026-09-09T04:48:35.9304214Z    Compiling qrcode v0.14.1
2026-09-09T04:48:36.0705153Z    Compiling chrono v0.4.45
2026-09-09T04:48:36.2112597Z    Compiling tempfile v3.27.0
2026-09-09T04:48:36.3861096Z    Compiling portable-pty v0.8.1
2026-09-09T04:48:36.4930785Z    Compiling toml v0.8.23
2026-09-09T04:48:36.6070457Z    Compiling ratatui v0.29.0
2026-09-09T04:48:36.8687143Z    Compiling spt-test-support v0.68.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-test-support)
2026-09-09T04:48:37.6159849Z    Compiling clap v4.6.1
2026-09-09T04:48:37.8185415Z    Compiling hyper-util v0.1.20
2026-09-09T04:48:39.0485667Z    Compiling spt-msg v0.68.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-msg)
2026-09-09T04:48:39.3640969Z    Compiling igd-next v0.17.1
2026-09-09T04:48:39.3642213Z    Compiling spt-runtime v0.68.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-runtime)
2026-09-09T04:48:39.3643378Z    Compiling spt-term v0.68.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-term)
2026-09-09T04:48:40.4619367Z    Compiling portmapper v0.16.0
2026-09-09T04:48:42.3577193Z    Compiling spt-live v0.68.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-live)
2026-09-09T04:48:44.6047937Z    Compiling rustls-webpki v0.103.13
2026-09-09T04:48:46.9517814Z    Compiling tokio-rustls v0.26.4
2026-09-09T04:48:46.9518252Z    Compiling rustls-platform-verifier v0.7.0
2026-09-09T04:48:46.9518657Z    Compiling noq-proto v0.17.0
2026-09-09T04:48:47.0905101Z    Compiling hyper-rustls v0.27.9
2026-09-09T04:48:47.0908525Z    Compiling hickory-net v0.26.0-beta.4
2026-09-09T04:48:47.0908914Z    Compiling tokio-websockets v0.13.2
2026-09-09T04:48:47.2184140Z    Compiling reqwest v0.13.4
2026-09-09T04:48:48.0308854Z    Compiling hickory-resolver v0.26.0-beta.4
2026-09-09T04:49:00.7962509Z    Compiling spt-net v0.68.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-net)
2026-09-09T04:49:02.5067516Z    Compiling spt-daemon v0.68.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-daemon)
2026-09-09T04:49:13.6816304Z    Compiling spt v0.68.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt)
2026-09-09T04:49:20.6406425Z     Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 06s
2026-09-09T04:49:20.6642400Z      Running tests/n1_pairing.rs (target/debug/deps/n1_pairing-8da7aa7a019236cf)
2026-09-09T04:49:20.6656942Z 
2026-09-09T04:49:20.6657104Z running 1 test
2026-09-09T04:49:26.8567883Z test new_brain_serves_against_old_broker ... ok
2026-09-09T04:49:26.8568282Z 
2026-09-09T04:49:26.8568541Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 6.19s
2026-09-09T04:49:26.8568808Z 
